SftTree/NET 2.0

RealHeight Property, RowHeaderClass Class

Softel vdm, Inc.

Returns the physical height of the row header (not considering vertical cell merging).

Syntax      RowHeaderClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Overridable Property RealHeight As Integer

C#   

public virtual int RealHeight { get; }

C++   

public: property virtual int RealHeight {
        int get();
}

Property Value

The physical height of the row header in pixels.

Comments

The RealHeight property returns the physical height of the row header (not considering vertical cell merging).

The RealHeight property returns the height of the item containing this cell (ItemClass.RealHeight).

The Dimension property returns the actual size of the cell, including any merged, subordinate cells.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com